Skip to content

TobiasS1402/CVE-2021-3438

Repository files navigation

What is included?

  • CVE-2021-3438_detection v2_sccm.ps1 is a script to run via sccm to get a small report on the vulnerability of managed devices.
  • CVE-2021-3438_detection.ps1 is a script to run manually or remote on a managed device.
  • CVE-2021-3438_remediation.ps1 is a script to check and run the installers if vulnerable drivers are detected.
  • HP-Samsung.exe is the HP/Samsung fix installer
  • Xerox is the Xerox fix installer.

How to execute these scripts?

Instant run:

PS> CVE-2021-3438_detection.ps1

Importing the function:

PS> import-module CVE-2021-3438_detection.ps1
PS> Get-VulnerablePrinter

or

PS> . .\CVE-2021-3438_detection.ps1
PS> Get-VulnerablePrinter

Sources

About

Detection and remediation for CVE-2021-3438 with Powershell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published